home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / hard / hack / mccontrol.lha / MCControl / Bonus / Translator / MCDatabase.cs < prev   
Encoding:
Text File  |  2000-06-04  |  2.1 KB  |  62 lines

  1. ## languages english,deutsch,français
  2. ## version $VER: MCDatabase.catalog 1.12 (20.03.00)
  3. ## codeset 0
  4. ## autonum 1
  5. ## asmfile english,MCControl:Sources_MCDatabase/SRC.MD_Locale
  6. ## localepath MCControl:Bonus/MCDatabase/Catalogs/
  7. ;----------------------------------------------------------------------------
  8. ;----------------------------------------------------------------------------
  9. ; You need "SimpleCat" from Aminet "dev/misc/sicat.lha"
  10. ; to add your own Language or make any modifications
  11. ;
  12. ; Simple adjust "## localepath" to your MCDatabase path.
  13. ; E.G. "## localepath work:tools/MCControl/Bonus/Catalogs"
  14. ;
  15. ; After that it is required to add the correct language name!
  16. ; E.G. "## language english,deutsch,français,español"
  17. ;
  18. ; The next to do is to add your translation.
  19. ; Make sure, that all labels contain a translation for each language.
  20. ;
  21. ; At last simple call SimpleCat: "SimpleCat MCDatabase.cs LOCALEONLY"
  22. ;
  23. ;----------------------------------------------------------------------------
  24. ;----------------------------------------------------------------------------
  25. ; ErrorMSG ErrorMSG ErrorMSG ErrorMSG ErrorMSG ErrorMSG ErrorMSG ErrorMSG Err
  26. ;----------------------------------------------------------------------------
  27. MSG_REQ_OutOfMemory
  28. Out of Memory!\n
  29. Nicht genügend Speicherplatz vorhanden!\n
  30. Mémoire insuffisante!\n
  31. ;
  32. MSG_REQ_OpenError
  33. Unable to open '%s'!\n
  34. Kann die Datei '%s' nicht öffnen!\n
  35. Impossible d'ouvrir '%s'!\n
  36. ;
  37. MSG_REQ_UserAbort
  38. ... User abort\n
  39. ... Benutzer abbruch\n
  40. ... Action annulée par l'utilisateur\n
  41. ;
  42. MSG_REQ_LibNotFound
  43. Unable to open '%s'!\n
  44. Kann die '%s' nicht öffnen!\n
  45. Impossible d'ouvrir '%s'!\n
  46. ;
  47. MSG_REQ_IncorrectLine
  48. Incorrect line: %ld '%s'\n
  49. Fehlerhafte Zeile: %ld '%s'\n
  50. Ligne incorrecte: %ld '%s'\n
  51. ;
  52. MSG_REQ_IDOverWrite
  53. Warning: Replacing '%2$s' by '%3$s' (Line:%1$ld)\n
  54. Warnung: Ersetze '%2$s' durch '%3$s' (Zeile:%1$ld)\n
  55. Attention: Remplacement de '%2$s' par '%3$s' (Ligne:%1$ld)\n
  56. ;
  57. MSG_REQ_IDExists
  58. Warning: Game: '%2$s' ID: '%3$s' double defined! (Line:%1$ld)\n
  59. Warnung: Spiel: '%2$s' ID: '%3$s' doppelt definiert! (Zeile:%1$ld)\n
  60. Attention: Jeu: '%2$s' ID: '%3$s' défini plusieurs fois! (Ligne:%1$ld)\n
  61. ;
  62.